Remove GTK version / interface age macros in config.h
authorLuca Bacci <luca.bacci982@gmail.com>
Thu, 8 Dec 2022 18:08:27 +0000 (18:08 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 8 Dec 2022 18:08:27 +0000 (18:08 +0000)
They are present in gtk/gtkversion.h. This avoids macro redefinition
warnings.

meson.build

index 93a5117743e64ca3aec6236e767829f581f3fee4..3d11eb1fa0e0b95e99d84c4e22293578b381e347 100644 (file)
@@ -190,11 +190,6 @@ cdata.set_quoted('GTK_DATADIR', gtk_datadir)
 cdata.set_quoted('GTK_LIBDIR', gtk_libdir)
 cdata.set_quoted('GTK_SYSCONFDIR', gtk_sysconfdir)
 cdata.set_quoted('GETTEXT_PACKAGE', 'gtk30')
-cdata.set('GTK_MAJOR_VERSION', gtk_major_version)
-cdata.set('GTK_MINOR_VERSION', gtk_minor_version)
-cdata.set('GTK_MICRO_VERSION', gtk_micro_version)
-cdata.set('GTK_BINARY_AGE', gtk_binary_age)
-cdata.set('GTK_INTERFACE_AGE', gtk_interface_age)
 
 cdata.set_quoted('PACKAGE_URL', '')
 cdata.set_quoted('PACKAGE_NAME', 'gtk+')